home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / mac / SHARED.DIR / 00167.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  588 b   |  20 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   mouseClick()
  4.   set oldSprites to saveSprites()
  5.   set oldCursors to saveCursors()
  6.   clearCursors()
  7.   set the cursor of sprite 15 to [132 + 144, 140 + 144]
  8.   set the cursor of sprite 16 to [131 + 144, 139 + 144]
  9.   set button to [133 + 144, 141 + 144]
  10.   set the cursor of sprite 2 to button
  11.   set the visible of sprite 7 to 0
  12.   set the visible of sprite 8 to 0
  13.   set the visible of sprite 9 to 0
  14.   set the visible of sprite 10 to 0
  15.   set the visible of sprite 11 to 0
  16.   play frame the frame + 63
  17.   restoreSprites(oldSprites)
  18.   restoreCursors(oldCursors)
  19. end
  20.